Site: fix clippy warnings
This commit is contained in:
parent
0183ea548a
commit
f877835ed3
@ -67,7 +67,7 @@ fn compile_sass_glob(
|
||||
}
|
||||
|
||||
fn is_partial_scss(entry: &DirEntry) -> bool {
|
||||
entry.file_name().to_str().map(|s| s.starts_with("_")).unwrap_or(false)
|
||||
entry.file_name().to_str().map(|s| s.starts_with('_')).unwrap_or(false)
|
||||
}
|
||||
|
||||
fn get_non_partial_scss(sass_path: &Path, extension: &str) -> Vec<PathBuf> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user