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
Allow clippy::missing_safety_doc temporally
tags/v0.2.5-alpha.2
Yuma Hiramatsu
4 years ago
parent
5ef7ba82ae
commit
7cb0da796a
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
rclrust-msg/src/_core/mod.rs
+1
-0
rclrust/src/lib.rs
+ 1
- 0
rclrust-msg/src/_core/mod.rs
View File
@@ -1,4 +1,5 @@
#![warn(clippy::all, clippy::nursery)]
#![allow(clippy::missing_safety_doc)]
pub use widestring;
+ 1
- 0
rclrust/src/lib.rs
View File
@@ -4,6 +4,7 @@
clippy::all,
clippy::nursery
)]
#![allow(clippy::missing_safety_doc)]
pub mod client;
pub mod clock;
Write
Preview
Loading…
Cancel
Save