Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/codegen/feature_docs.rs')
-rw-r--r--xtask/src/codegen/feature_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/feature_docs.rs b/xtask/src/codegen/feature_docs.rs
index 51ff13aba8..c10ada2533 100644
--- a/xtask/src/codegen/feature_docs.rs
+++ b/xtask/src/codegen/feature_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,
};