소스 검색

Add README symlink.

Kestrel 2 년 전
부모
커밋
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)]