diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2021-12-29 20:49:39 -0600 |
|---|---|---|
| committer | Caleb Cartwright <caleb.cartwright@outlook.com> | 2021-12-29 20:49:39 -0600 |
| commit | 6db6bafc61b6f4f782c5f10e8dbe3f006c41fc5d (patch) | |
| tree | 590f289ac45203fc8330dfb513aa0d148aeada9f /src/source_file.rs | |
| parent | 122e1c3802afcaa803287b06127c499df63e2dab (diff) | |
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
Diffstat (limited to 'src/source_file.rs')
| -rw-r--r-- | src/source_file.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source_file.rs b/src/source_file.rs index 853336004d8..56d4ab40038 100644 --- a/src/source_file.rs +++ b/src/source_file.rs @@ -4,7 +4,7 @@ use std::path::Path; use crate::config::FileName; use crate::emitter::{self, Emitter}; -use crate::syntux::session::ParseSess; +use crate::parse::session::ParseSess; use crate::NewlineStyle; #[cfg(test)] |
