Skip to content

Commit

Permalink
Linter wasn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Jul 23, 2024
1 parent 8f14ba9 commit 0521589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirrord/config/src/feature/fs/advanced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ use crate::{
/// The logic for choosing the behavior is as follows:
///
///
/// 1. Check agains "mapping" if path needs to be replaced, if matched then continue to next step with new path after replacements otherwise continue as usual.
/// 1. Check agains "mapping" if path needs to be replaced, if matched then continue to next step
/// with new path after replacements otherwise continue as usual.
/// 2. Check if one of the patterns match the file path, do the corresponding action. There's
/// no specified order if two lists match the same path, we will use the first one (and we
/// do not guarantee what is first).
Expand Down

0 comments on commit 0521589

Please sign in to comment.