Skip to content

Commit 5d3ab6d

Browse files
tmandrytraviscross
authored andcommitted
Fix cargo publish
1 parent 242356e commit 5d3ab6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

trait-variant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

trait-variant/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
#![doc = include_str!("../../README.md")]
9+
#![doc = include_str!("../README.md")]
1010

1111
mod transformer;
1212
mod variant;

0 commit comments

Comments
 (0)