Skip to content

Commit ecf3b3c

Browse files
author
Veetaha
committed
todo(codegen): added todo to change the reference to removed ra_tools crate
1 parent 51fec39 commit ecf3b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ fn reformat(text: impl std::fmt::Display) -> Result<String> {
5353
write!(rustfmt.stdin.take().unwrap(), "{}", text)?;
5454
let output = rustfmt.wait_with_output()?;
5555
let stdout = String::from_utf8(output.stdout)?;
56+
// TODO: update the preable: replace ra_tools with the relevant path
5657
let preamble = "Generated file, do not edit by hand, see `crate/ra_tools/src/codegen`";
5758
Ok(format!("//! {}\n\n{}", preamble, stdout))
5859
}

0 commit comments

Comments
 (0)