summaryrefslogtreecommitdiffstats
path: root/src/output
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-02-21 13:54:35 +0000
committerBen S <ogham@bsago.me>2015-02-21 13:54:35 +0000
commitb2ed264ba44744245026d815c443ffd55909aacd (patch)
treeda0e2cccd435807daaaaf9e6c1d843b336290cb8 /src/output
parente15f72f049c23b00f5ffeb7e6188e123020619e1 (diff)
Upgrade to latest Rust
- Feature flags changes (old_io, old_path) - Slice syntax changes ([] -> [..])
Diffstat (limited to 'src/output')
-rw-r--r--src/output/details.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/details.rs b/src/output/details.rs
index a48b9c3..8009a2a 100644
--- a/src/output/details.rs
+++ b/src/output/details.rs
@@ -28,7 +28,7 @@ impl Details {
let locale = UserLocale::new();
let mut cache = OSUsers::empty_cache();
let mut table = Vec::new();
- self.get_files(&columns[], &mut cache, &locale, &mut table, files, 0);
+ self.get_files(&columns[..], &mut cache, &locale, &mut table, files, 0);
if self.header {
let row = Row {