Remove doc feature

This commit is contained in:
bjorn3
2024-03-15 09:55:27 +01:00
parent 672e36f401
commit d5e1188b8e
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -48,7 +48,6 @@ default = ["acpi", "multi_core", "graphical_debug", "serial_debug", "self_modify
self_modifying = []
acpi = []
doc = []
graphical_debug = []
lpss_debug = []
multi_core = ["acpi"]
+1 -2
View File
@@ -98,7 +98,6 @@ mod debugger;
mod devices;
/// ELF file parsing
#[cfg(not(feature = "doc"))]
mod elf;
/// Event handling
@@ -114,7 +113,7 @@ mod log;
mod memory;
/// Panic
#[cfg(not(any(feature = "doc", test)))]
#[cfg(not(test))]
mod panic;
mod percpu;