Skip to content

Commit e9a5930

Browse files
committed
Remove reference to removed AcpiTables::from_tables_direct function
1 parent 85ec3cb commit e9a5930

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

acpi/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
//! * Use `AcpiTables::from_rsdt` if you have the physical address of the RSDT/XSDT
3030
//! * Use `AcpiTables::search_for_rsdp_bios` if you don't have the address of either, but **you know you are
3131
//! running on BIOS, not UEFI**
32-
//! * Use `AcpiTables::from_tables_direct` if you are using the library in an unusual setting, such as in usermode,
33-
//! and have a custom method to enumerate and access the tables.
3432
//!
3533
//! `AcpiTables` stores the addresses of all of the tables detected on a platform. The SDTs are parsed by this
3634
//! library, or can be accessed directly with `from_sdt`, while the `DSDT` and any `SSDTs` should be parsed with

0 commit comments

Comments
 (0)