Style
This commit is contained in:
parent
b53267f406
commit
da98bfba8c
20 changed files with 80 additions and 61 deletions
|
|
@ -14,6 +14,7 @@ pub trait Storage {
|
|||
pub struct SimpleStorage(PathBuf);
|
||||
|
||||
impl SimpleStorage {
|
||||
#[must_use]
|
||||
pub const fn new(base: PathBuf) -> Self {
|
||||
Self(base)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue