Przeglądaj źródła

Ignore sample code to shut doctest up

Isaac Woods 5 lat temu
rodzic
commit
58cc626b5b
1 zmienionych plików z 1 dodań i 1 usunięć
  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());
 //! ```
 //!