This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Don't deny clippy
tags/v0.2.5-alpha.2
Philipp Oppermann
3 years ago
parent
168b597473
commit
e5fc21b0d2
Failed to extract signature
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
rustdds/src/lib.rs
+ 0
- 1
rustdds/src/lib.rs
View File
@@ -155,7 +155,6 @@
//! // Getting reference to actual data from the data sample
//! let actual_data = data_sample.value();
//! ```
#![deny(clippy::all)]
#![warn(clippy::needless_pass_by_value, clippy::semicolon_if_nothing_returned)]
#![allow(
// option_map_unit_fn suggests changing option.map( ) with () return value to if let -construct,
Write
Preview
Loading…
Cancel
Save