Skip to content

Commit 683973a

Browse files
committed
lib: remove redundant files; suppress warnings
Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
1 parent b8c2da9 commit 683973a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

examples/hifive-unmatched-a00.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ struct Cpus<'a> {
3737
#[serde(untagged)]
3838
enum MaybeCpu<'a> {
3939
Cpu(Cpu<'a>),
40+
#[allow(unused)]
4041
Bytes(&'a [u8]),
4142
}
4243

expand.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)