Skip to content

Commit ac4d7eb

Browse files
committed
Skip rustfmt in examples generated code
Skip running rustfmt on the code generated by the examples Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 5948999 commit ac4d7eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/protocols/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5+
6+
#[rustfmt::skip]
57
pub mod asynchronous;
8+
9+
#[rustfmt::skip]
610
pub mod sync;

0 commit comments

Comments
 (0)