File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
#![ doc = include_str ! ( "../README.md" ) ]
2
2
#![ doc( html_logo_url = "https://cdnweb.devolutions.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg" ) ]
3
- #![ allow( clippy:: new_without_default) ] // Default trait can’t be used by wasm consumer anyway
4
- #![ allow( unsafe_op_in_unsafe_fn) ] // We can’t control code generated by `wasm-bindgen`
3
+ #![ allow( clippy:: new_without_default) ] // Default trait can’t be used by wasm consumer anyway.
5
4
6
- // Silence the unused_crate_dependencies lint
7
- // These crates are added just to enable additional WASM features
5
+ // Silence the unused_crate_dependencies lint.
6
+ // These crates are added just to enable additional WASM features.
8
7
extern crate chrono as _;
9
8
extern crate getrandom as _;
10
9
extern crate time as _;
You can’t perform that action at this time.
0 commit comments