Skip to content

Commit

Permalink
remove documentation on offline feature (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan authored Oct 6, 2023
1 parent 7e9592c commit b7db3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
/// | `foo!: T` | Forced not-null | Overridden |
/// | `foo?: T` | Forced nullable | Overridden |
///
/// ## Offline Mode (requires the `offline` feature)
/// ## Offline Mode
/// The macros can be configured to not require a live database connection for compilation,
/// but it requires a couple extra steps:
///
Expand Down

0 comments on commit b7db3c5

Please sign in to comment.