Disable dead code warnings in the debugger

This commit is contained in:
Tad Hardesty 2019-11-11 19:50:31 -08:00
parent ca76e7f67e
commit a9c366d759

View file

@ -1,6 +1,7 @@
//! Debug adapter protocol implementation for DreamSeeker.
//!
//! * https://microsoft.github.io/debug-adapter-protocol/
#![allow(dead_code)]
mod dap_types;
mod launched;