Skip to content

Commit

Permalink
Remove pretty_assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Sep 16, 2024
1 parent a479e6c commit c38b20e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion schemars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ url2 = { version = "2.0", default-features = false, optional = true, package = "
uuid1 = { version = "1.0", default-features = false, optional = true, package = "uuid" }

[dev-dependencies]
pretty_assertions = "1.2.1"
trybuild = "1.0"
serde = { version = "1.0", features = ["derive"] }
jsonschema = { version = "0.19.0", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion schemars/src/json_schema_impls/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ forward_impl!(AtomicUsize => usize);
mod tests {
use super::*;
use crate::schema_for;
use pretty_assertions::assert_eq;

#[test]
fn schema_for_atomics() {
Expand Down
2 changes: 0 additions & 2 deletions schemars_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ quote = "1.0"
syn = { version = "2.0", features = ["extra-traits"] }
serde_derive_internals = "0.29"

[dev-dependencies]
pretty_assertions = "1.2.1"
1 change: 0 additions & 1 deletion schemars_derive/src/attr/schemars_to_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ fn get_meta_ident(meta: &Meta) -> Option<String> {
#[cfg(test)]
mod tests {
use super::*;
use pretty_assertions::assert_eq;
use syn::DeriveInput;

#[test]
Expand Down

0 comments on commit c38b20e

Please sign in to comment.