We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e4f9e commit c3225e7Copy full SHA for c3225e7
plugins/warp/src/container/disk.rs
@@ -27,7 +27,11 @@ pub struct DiskContainer {
27
28
impl DiskContainer {
29
pub fn new(name: String, sources: HashMap<SourceId, DiskContainerSource>) -> Self {
30
- Self { name, sources, writable: true }
+ Self {
31
+ name,
32
+ sources,
33
+ writable: true,
34
+ }
35
}
36
37
pub fn new_from_dir(dir_path: PathBuf) -> Self {
0 commit comments