Răsfoiți Sursa

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

Isaac Woods 4 ani în urmă
părinte
comite
64cce0b13c
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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`