Kestrel преди 3 години
родител
ревизия
d53dfc1823
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      rustructure/README.md
  2. 1 1
      rustructure/src/lib.rs

+ 1 - 0
rustructure/README.md

@@ -0,0 +1 @@
+../README.md

+ 1 - 1
rustructure/src/lib.rs

@@ -1,4 +1,4 @@
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
 
 #![cfg_attr(not(feature = "std"), no_std)]