Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/codegen/diagnostics_docs.rs')
| -rw-r--r-- | xtask/src/codegen/diagnostics_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/diagnostics_docs.rs b/xtask/src/codegen/diagnostics_docs.rs index cf8f97be00..7858e9ae1b 100644 --- a/xtask/src/codegen/diagnostics_docs.rs +++ b/xtask/src/codegen/diagnostics_docs.rs @@ -3,7 +3,7 @@ use std::{fmt, fs, io, path::PathBuf}; use crate::{ - codegen::{add_preamble, CommentBlock, Location}, + codegen::{CommentBlock, Location, add_preamble}, project_root, util::list_rust_files, }; |