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.
2 parents 9fdec79 + 3566b09 commit 505d084Copy full SHA for 505d084
bb-pilcom/bb-pil-backend/src/file_writer.rs
@@ -3,7 +3,6 @@ use std::io::Write;
3
use std::path::Path;
4
5
pub struct BBFiles {
6
- pub vm_name: String,
7
pub base_dir: String,
8
pub relations: String,
9
}
@@ -17,7 +16,6 @@ impl BBFiles {
17
16
let relations = relations.unwrap_or("relations").to_owned();
18
19
Self {
20
- vm_name: vm_name.to_owned(),
21
base_dir,
22
relations,
23
0 commit comments