Skip to content

Commit

Permalink
Some fancy new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
van-sprundel committed Oct 15, 2024
1 parent 6f93e23 commit ebcb6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub type DeviceId = libc::dev_t;

/// This trait/module is here to not make this crate independent (at the present time) in the idiosyncracies of user representation details
/// (which we may decide over time), as well as to make explicit what functionality a user-representation must have; this
/// interface is not set in stone and "easy" to change.
/// interface is not set in stone and easy to change.
pub trait UnixUser {
fn has_name(&self, _name: &str) -> bool {
false
Expand Down

0 comments on commit ebcb6f7

Please sign in to comment.