Pārlūkot izejas kodu

Hopefully fix list rendering in docs, fix path of `\_TZ`

Isaac Woods 4 gadi atpakaļ
vecāks
revīzija
64cce0b13c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      aml/src/lib.rs

+ 2 - 1
aml/src/lib.rs

@@ -148,7 +148,8 @@ impl AmlContext {
     /// ### Legacy mode
     /// If `true` is passed in `legacy_mode`, the library will try and remain compatible with a ACPI 1.0
     /// implementation. The following changes/assumptions are made:
-    ///     - Two extra root namespaces are predefined: `\_PR` and `_TZ`
+    ///
+    ///     - Two extra root namespaces are predefined: `\_PR` and `\_TZ`
     ///     - Processors are expected to be defined with `DefProcessor`, instead of `DefDevice`
     ///     - Processors are expected to be found in `\_PR`, instead of `\_SB`
     ///     - Thermal zones are expected to be found in `\_TZ`, instead of `\_SB`