mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 11:03:58 +00:00
Fix an unfulfilled lint expectation on OSDK unit tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e1ced5f385
commit
3e31df74e3
@ -32,7 +32,7 @@ pub enum ProjectType {
|
|||||||
/// The osdk manifest from configuration file `OSDK.toml`.
|
/// The osdk manifest from configuration file `OSDK.toml`.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct TomlManifest {
|
pub struct TomlManifest {
|
||||||
#[expect(dead_code)]
|
#[cfg_attr(not(test), expect(dead_code))]
|
||||||
pub project_type: Option<ProjectType>,
|
pub project_type: Option<ProjectType>,
|
||||||
pub default_scheme: Scheme,
|
pub default_scheme: Scheme,
|
||||||
pub map: HashMap<String, Scheme>,
|
pub map: HashMap<String, Scheme>,
|
||||||
|
Reference in New Issue
Block a user