Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not duplicate DS and IA entries in property #2

Merged
merged 5 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wot-td
Source: https://github.com/sifis-home/wot-td
Source: https://github.com/wot-rust/wot-td

Files: *
Copyright: 2022 sifis-home
Copyright: 2022 sifis-home, wot-rust developers
License: MIT

Files: src/flat_map_serialize.rs
Copyright: 2018 Armin Ronacher, David Tolnay, Alexander Sergey
License: MIT
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ thiserror = "1.0.31"
time = { version = "0.3.11", features = ["serde", "serde-well-known"] }

[dev-dependencies]
pretty_assertions = "1.4.0"
time = { version = "0.3.9", features = ["macros"] }
4 changes: 0 additions & 4 deletions src/builder/data_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,6 @@ where
}
}

trait IntoDataSchema: Into<Self::Target> {
type Target: Sized;
}

/// An interface for a buildable version of a [`DataSchema`](crate::thing::DataSchema).
///
/// In order to model the specification, each type that can be created using a builder pattern and
Expand Down
Loading
Loading