mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 06:08:42 +00:00
chore: compact imports
This commit is contained in:
parent
b36af97e76
commit
6a9430b889
1 changed files with 1 additions and 3 deletions
|
@ -114,10 +114,8 @@ pub fn mount_has_nosuid(path: &Path) -> Result<bool, Errno> {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use std::path::Path;
|
|
||||||
|
|
||||||
use crate::file_utils::mount_has_nosuid;
|
use crate::file_utils::mount_has_nosuid;
|
||||||
|
use std::path::Path;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn can_get_nosuid() {
|
fn can_get_nosuid() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue