Explorar el Código

Fix failing test

I think this was affected from changes in commit 2319fd3374
Property404 hace 1 año
padre
commit
d548b9f7ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -35,7 +35,7 @@
 //!     }
 //!
 //!     if let Some(stdout) = chosen.stdout() {
-//!         println!("It would write stdout to: {}", stdout.name);
+//!         println!("It would write stdout to: {}", stdout.node().name);
 //!     }
 //!
 //!     let soc = fdt.find_node("/soc");