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
lint: allow clippy::should_implement_trait for infallible U16String::from_str
tags/v0.3.4-rc1
Michael-J-Ward
2 years ago
parent
3b59b026b4
commit
3c6204e4cf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libraries/extensions/ros2-bridge/src/_core/string.rs
+ 1
- 0
libraries/extensions/ros2-bridge/src/_core/string.rs
View File
@@ -29,6 +29,7 @@ impl U16String {
Self(widestring::U16String::new())
}
#[allow(clippy::should_implement_trait)]
pub fn from_str(arg: &str) -> U16String {
Self(widestring::U16String::from_str(arg))
}
Write
Preview
Loading…
Cancel
Save