Skip to content

Commit 6052a23

Browse files
committed
vhdl: Silence a few warnings for the time being
1 parent 789dbac commit 6052a23

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/vhdl/hir/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Copyright (c) 2016-2021 Fabian Schuiki
22

3+
#![allow(dead_code)]
4+
35
use crate::hir::prelude::*;
46

57
use crate::common::name::{get_name_table, Name};

src/vhdl/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
#![allow(bare_trait_objects)] // Remove this once fixed
66
#![allow(unused_doc_comments)] // Remove this once fixed
7+
#![allow(dead_code)]
78

89
#[macro_use]
910
extern crate lazy_static;

0 commit comments

Comments
 (0)