Add rustfmt from relibc and apply it with cargo fmt

This commit is contained in:
Jeremy Soller
2024-01-17 13:52:01 -07:00
parent 73897bd83d
commit 45f1c4e29e
166 changed files with 7353 additions and 3851 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
use alloc::vec::Vec;
use crate::context;
use crate::scheme;
use crate::syscall::error::{Error, ESRCH, Result};
use crate::{
context, scheme,
syscall::error::{Error, Result, ESRCH},
};
pub fn resource() -> Result<Vec<u8>> {
let scheme_ns = {