소스 검색

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());
 //! ```
 //!