Explorar o código

Ignore sample code to shut doctest up

Isaac Woods %!s(int64=5) %!d(string=hai) anos
pai
achega
58cc626b5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aml_parser/src/lib.rs

+ 1 - 1
aml_parser/src/lib.rs

@@ -12,7 +12,7 @@
 //! allocated on the heap.
 //!
 //! You can then access specific objects by name like so: e.g.
-//! ```
+//! ```ignore
 //! let my_aml_value = aml_context.lookup(&AmlName::from_str("\\_SB.PCI0.S08._ADR").unwrap());
 //! ```
 //!