Skip to content

Commit 382b871

Browse files
committed
#42 Fix docs test
1 parent c6bed27 commit 382b871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
//! # enum State { Init, Start, Processing, Terminated }
200200
//! # #[derive(PartialEq, Debug)]
201201
//! # enum Event { Error, Fatal }
202-
//! # impl State { process(self, event: Event) -> Self { self } }
202+
//! # impl State { fn process(self, event: Event) -> Self { self } }
203203
//!
204204
//! #[rstest(
205205
//! state => [State::Iint, State::Start, State::Processing],

0 commit comments

Comments
 (0)