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 789dbac commit 6052a23Copy full SHA for 6052a23
src/vhdl/hir/lib.rs
@@ -1,5 +1,7 @@
1
// Copyright (c) 2016-2021 Fabian Schuiki
2
3
+#![allow(dead_code)]
4
+
5
use crate::hir::prelude::*;
6
7
use crate::common::name::{get_name_table, Name};
src/vhdl/lib.rs
@@ -4,6 +4,7 @@
#![allow(bare_trait_objects)] // Remove this once fixed
#![allow(unused_doc_comments)] // Remove this once fixed
8
9
#[macro_use]
10
extern crate lazy_static;
0 commit comments