Fix multiple dead code problems

This commit is contained in:
Zhang Junyang
2024-06-19 08:22:41 +00:00
committed by Tate, Hongliang Tian
parent 05533d7afd
commit eaf51ccb24
6 changed files with 24 additions and 12 deletions

View File

@ -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>,