Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda14b0e

Browse files
committed
Reformat
1 parenta204c49 commitda14b0e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

‎src/frame.rs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
//! [Error](https://doc.rust-lang.org/std/error/trait.Error.html) types.
3131
//!
3232
33-
usecrate::{
34-
id::CanId,
35-
CanError,ConstructionError,
36-
};
33+
usecrate::{id::CanId,CanError,ConstructionError};
3734
use embedded_can::{ExtendedId,FrameasEmbeddedFrame,Id,StandardId};
3835
use itertools::Itertools;
3936
use libc::{can_frame, canfd_frame, canid_t};
@@ -45,9 +42,9 @@ use std::{
4542

4643
// TODO: Remove these on the next major ver update.
4744
pubusecrate::id::{
48-
CANFD_BRS,CANFD_ESI,CANFD_MAX_DLEN,CAN_EFF_FLAG,CAN_EFF_MASK,CAN_ERR_FLAG,CAN_ERR_MASK,
49-
CAN_MAX_DLEN,CAN_RTR_FLAG,CAN_SFF_MASK,ERR_MASK_ALL,ERR_MASK_NONE,
50-
FdFlags,IdFlags, id_from_raw, id_to_canid_t, id_is_extended,
45+
id_from_raw, id_is_extended, id_to_canid_t,FdFlags,IdFlags,CANFD_BRS,CANFD_ESI,
46+
CANFD_MAX_DLEN,CAN_EFF_FLAG,CAN_EFF_MASK,CAN_ERR_FLAG,CAN_ERR_MASK,CAN_MAX_DLEN,
47+
CAN_RTR_FLAG,CAN_SFF_MASK,ERR_MASK_ALL,ERR_MASK_NONE,
5148
};
5249

5350
// ===== can_frame =====

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp