mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 00:23:24 +00:00
Fix multiple dead code problems
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
05533d7afd
commit
eaf51ccb24
@ -32,6 +32,7 @@ pub enum ProjectType {
|
||||
/// The osdk manifest from configuration file `OSDK.toml`.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TomlManifest {
|
||||
#[allow(dead_code)]
|
||||
pub project_type: Option<ProjectType>,
|
||||
pub default_scheme: Scheme,
|
||||
pub map: HashMap<String, Scheme>,
|
||||
|
Reference in New Issue
Block a user