Parcourir la source

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

Isaac Woods il y a 4 ans
Parent
commit
64cce0b13c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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`