You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use schemars::JsonSchema;use serde::{Deserialize,Serialize};#[derive(Debug,Default,Clone,Serialize,Deserialize,JsonSchema)]#[serde(default)]pubstructMyStruct{pubmy_int:i32,pubmy_bool:bool,}
Minimal repro:
Output when running
cargo clippy
with Rust 1.48:Output when running
cargo clippy
with Rust 1.49:The text was updated successfully, but these errors were encountered: