Skip to content

Commit 1d016b6

Browse files
committed
Remove useless comments
1 parent 928199f commit 1d016b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/github/pr.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use crate::github::octokit::RepoClient;
22
use crate::state::{AppStateRef, SystemCommand};
3-
// Import octocrab models
43
use crate::DiffSource;
54
use eframe::egui;
65
use eframe::egui::{Context, Popup, ScrollArea, Spinner};
@@ -16,14 +15,11 @@ use re_ui::{SectionCollapsingHeader, UiExt as _, icons};
1615
use std::collections::hash_map::Entry;
1716
use std::collections::{HashMap, HashSet};
1817
use std::task::Poll;
19-
// use chrono::DateTime;
2018
pub type GitObjectID = String;
2119
pub type DateTime = String;
2220
#[expect(clippy::upper_case_acronyms)]
2321
pub type URI = String;
2422

25-
// The paths are relative to the directory where your `Cargo.toml` is located.
26-
// Both json and the GraphQL schema language are supported as sources for the schema
2723
#[derive(GraphQLQuery, Debug)]
2824
#[graphql(
2925
schema_path = "github.graphql",

0 commit comments

Comments
 (0)