mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Disable dead code warnings in the debugger
This commit is contained in:
parent
ca76e7f67e
commit
a9c366d759
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue