Skip to content

Commit bbb97cf

Browse files
committed
Remove unused features
1 parent 2855304 commit bbb97cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.x86_64-unknown-uefi]
2-
runner = "cargo run --bin runner --features runner"
2+
runner = "cargo run -p runner"
33

44
[alias]
55
builder = "run --bin builder --features builder --quiet --"

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,8 @@ proc-macro2 = { version = "1.0", optional = true}
6262
[features]
6363
default = []
6464
builder = ["argh", "thiserror", "displaydoc", "anyhow", "llvm-tools", "json", "fatfs", "gpt"]
65-
runner = ["anyhow"]
6665
bios_bin = ["binary", "rsdp"]
6766
uefi_bin = ["binary", "uefi"]
68-
recursive_page_table = []
69-
map_physical_memory = []
7067
binary = [
7168
"llvm-tools-build", "x86_64", "toml", "xmas-elf", "usize_conversions", "log", "conquer-once",
7269
"spinning_top", "serde", "font8x8", "quote", "proc-macro2",

0 commit comments

Comments
 (0)