Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jun 25, 2024
1 parent 5a178aa commit dbfa4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ impl From<Match> for FileMatch {
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
#[serde(rename_all = "camelCase")]
pub struct Match {
/// Do *NOT* use serde(flatten) in wasm-serializable items
/// Due to https://github.com/RReverser/serde-wasm-bindgen/issues/49, they will end up as maps.
// Do *NOT* use serde(flatten) in wasm-serializable items
// Due to https://github.com/RReverser/serde-wasm-bindgen/issues/49, they will end up as maps.
#[serde(default)]
pub messages: Vec<Message>,
#[serde(default)]
Expand Down

0 comments on commit dbfa4be

Please sign in to comment.