Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Nov 17, 2024
1 parent ef9108b commit 90366cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//! Context types for parsing.
//!
use std::path::PathBuf;

use crate::language::CrateName;
use std::path::PathBuf;

/// Context for parsing rust source files.
#[derive(Default)]
Expand Down

0 comments on commit 90366cd

Please sign in to comment.