We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cbcbf commit 33185cbCopy full SHA for 33185cb
hardware/src/mem/cache.rs
@@ -35,7 +35,6 @@ pub use scan::*;
35
#[cfg_attr(
36
any(test, feature = "serde"),
37
derive(serde::Serialize, serde::Deserialize),
38
- serde(try_from = "&str", into = "&'static str")
39
)]
40
#[strum(serialize_all = "lowercase")]
41
pub enum CacheType {
0 commit comments