Skip to content

Commit b5bb6e4

Browse files
committed
run-make-support: extract rust_lib_name helper
1 parent 9ca2121 commit b5bb6e4

File tree

1 file changed

+2
-2
lines changed
  • src/tools/run-make-support/src

1 file changed

+2
-2
lines changed

src/tools/run-make-support/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ pub fn dynamic_lib_name(name: &str) -> String {
145145
}
146146
}
147147

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.
148+
/// Construct a path to a rust library (rlib) under `$TMPDIR` given the library name. This will
149+
/// return a path with `$TMPDIR` joined with the library name.
150150
#[must_use]
151151
pub fn rust_lib(name: &str) -> PathBuf {
152152
tmp_dir().join(rust_lib_name(name))

0 commit comments

Comments
 (0)