diff options
Diffstat (limited to 'third_party/rust/codespan-reporting/src/lib.rs')
-rw-r--r-- | third_party/rust/codespan-reporting/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/codespan-reporting/src/lib.rs b/third_party/rust/codespan-reporting/src/lib.rs new file mode 100644 index 0000000000..28d7f24deb --- /dev/null +++ b/third_party/rust/codespan-reporting/src/lib.rs @@ -0,0 +1,7 @@ +//! Diagnostic reporting support for the codespan crate. + +#![forbid(unsafe_code)] + +pub mod diagnostic; +pub mod files; +pub mod term; |