Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Oct 30, 2024
1 parent c099c9e commit 405794a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsc_lib/src/functions/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use tracing::debug;
#[derive(Debug, Default)]
pub struct Path {}

/// Implements the 'path' function.
/// Implements the `path` function.
/// Accepts a variable number of arguments, each of which is a string.
/// Returns a string that is the concatenation of the arguments, separated by the platform's path separator.
impl Function for Path {
Expand Down
2 changes: 1 addition & 1 deletion dsc_lib/src/functions/target_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use tracing::debug;
#[derive(Debug, Default)]
pub struct TargetPath {}

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

0 comments on commit 405794a

Please sign in to comment.