unstable feature usage metrics
This commit is contained in:
parent
c82e0dff84
commit
dc97db105a
10 changed files with 185 additions and 3 deletions
|
@ -1068,7 +1068,7 @@ impl OutputFilenames {
|
|||
self.with_directory_and_extension(&self.out_directory, extension)
|
||||
}
|
||||
|
||||
fn with_directory_and_extension(&self, directory: &PathBuf, extension: &str) -> PathBuf {
|
||||
pub fn with_directory_and_extension(&self, directory: &PathBuf, extension: &str) -> PathBuf {
|
||||
let mut path = directory.join(&self.filestem);
|
||||
path.set_extension(extension);
|
||||
path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue