We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe41e3b commit 5326256Copy full SHA for 5326256
trait-variant/README.md
@@ -0,0 +1 @@
1
+../README.md
trait-variant/src/lib.rs
@@ -6,7 +6,7 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
9
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
10
11
mod transformer;
12
mod variant;
0 commit comments