Skip to content

Commit 405794a

Browse files
committed
fix clippy
1 parent c099c9e commit 405794a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsc_lib/src/functions/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use tracing::debug;
1111
#[derive(Debug, Default)]
1212
pub struct Path {}
1313

14-
/// Implements the 'path' function.
14+
/// Implements the `path` function.
1515
/// Accepts a variable number of arguments, each of which is a string.
1616
/// Returns a string that is the concatenation of the arguments, separated by the platform's path separator.
1717
impl Function for Path {

dsc_lib/src/functions/target_path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use tracing::debug;
1010
#[derive(Debug, Default)]
1111
pub struct TargetPath {}
1212

13-
/// Implements the 'TargetPath' function.
13+
/// Implements the `targetPath` function.
1414
/// This function returns the value of the mounted path.
1515
/// The optional parameter is a path appended to the mounted path.
1616
/// Path is not validated as it might be used for creation.

0 commit comments

Comments
 (0)