mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
remove documentation on offline feature (#2701)
This commit is contained in:
parent
7e9592c267
commit
b7db3c5015
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue