Remove doc feature
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user