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

Remove candid dependencies #485

Merged
merged 25 commits into from
Oct 27, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fix
  • Loading branch information
chenyan-dfinity committed Oct 27, 2023
commit bbe3d7af46f8eb7255e88d66390997cef6e17abb
5 changes: 5 additions & 0 deletions rust/candid/src/de.rs
Original file line number Diff line number Diff line change
@@ -159,6 +159,11 @@ impl Config {
self
}
}
impl Default for Config {
fn default() -> Self {
Self::new()
}
}

macro_rules! assert {
( false ) => {{