summaryrefslogtreecommitdiff
path: root/src/sys/quota.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-02-16 16:18:44 +0100
committerSimon Sapin <simon.sapin@exyr.org>2017-02-16 16:18:44 +0100
commite47d55c3bec4335033d4954198c25b778ff30a86 (patch)
tree6fa02dfbf4f1ba962749c2675448fe0fbc05c08b /src/sys/quota.rs
parent7a91a816c5f8b8ffbf9bc5798f92ecbb8bbd7713 (diff)
downloadnix-e47d55c3bec4335033d4954198c25b778ff30a86.zip
Update bitflags to 0.7
Diffstat (limited to 'src/sys/quota.rs')
-rw-r--r--src/sys/quota.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/quota.rs b/src/sys/quota.rs
index a6a1b9b0..321156ec 100644
--- a/src/sys/quota.rs
+++ b/src/sys/quota.rs
@@ -41,7 +41,7 @@ pub mod quota {
bitflags!(
#[derive(Default)]
- flags QuotaValidFlags: u32 {
+ pub flags QuotaValidFlags: u32 {
const QIF_BLIMITS = 1,
const QIF_SPACE = 2,
const QIF_ILIMITS = 4,