summaryrefslogtreecommitdiffstats
path: root/src/subject.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/subject.rs')
-rw-r--r--src/subject.rs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/subject.rs b/src/subject.rs
index 38e92359..d70c1a6c 100644
--- a/src/subject.rs
+++ b/src/subject.rs
@@ -11,9 +11,7 @@ struct Config {
impl Default for Config {
fn default() -> Config {
- Config {
- strip_dot_prefix: false,
- }
+ Config { strip_dot_prefix: false }
}
}
@@ -78,9 +76,9 @@ impl SubjectBuilder {
log::debug!(
"ignoring {}: failed to pass subject filter: \
file type: {:?}, metadata: {:?}",
- subj.dent.path().display(),
- subj.dent.file_type(),
- subj.dent.metadata()
+ subj.dent.path().display(),
+ subj.dent.file_type(),
+ subj.dent.metadata()
);
}
None