Doc tests for insert_resource and insert_state

Added no_run flag for the doc tests, because they break CI
This commit is contained in:
Joe Bellus 2024-04-19 14:47:22 -04:00
parent 9a67ec1329
commit eff5a5b83e
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ where
/// state.
///
/// Example:
/// ```
/// ```no_run
/// use arkham::prelude::*;
/// struct MyResource {
/// value: i32
@ -126,7 +126,7 @@ where
/// is meant to store application state.
///
/// Example:
/// ```
/// ```no_run
/// use arkham::prelude::*;
/// struct MyState {
/// value: i32