Skip to content

Commit 90366cd

Browse files
cleanup
1 parent ef9108b commit 90366cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/context.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//! Context types for parsing.
22
//!
3-
use std::path::PathBuf;
4-
53
use crate::language::CrateName;
4+
use std::path::PathBuf;
65

76
/// Context for parsing rust source files.
87
#[derive(Default)]

0 commit comments

Comments
 (0)