浏览代码

Ignore sample code to shut doctest up

Isaac Woods 5 年之前
父节点
当前提交
58cc626b5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());
 //! ```
 //!