We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca2121 commit b5bb6e4Copy full SHA for b5bb6e4
src/tools/run-make-support/src/lib.rs
@@ -145,8 +145,8 @@ pub fn dynamic_lib_name(name: &str) -> String {
145
}
146
147
148
-/// Construct a path to a rust library (rlib) under `$TMPDIR` given the library name. This will return a
149
-/// path with `$TMPDIR` joined with the library name.
+/// Construct a path to a rust library (rlib) under `$TMPDIR` given the library name. This will
+/// return a path with `$TMPDIR` joined with the library name.
150
#[must_use]
151
pub fn rust_lib(name: &str) -> PathBuf {
152
tmp_dir().join(rust_lib_name(name))
0 commit comments