remove documentation on offline feature (#2701)

This commit is contained in:
Baptiste 2023-10-06 23:04:17 +02:00 committed by GitHub
parent 7e9592c267
commit b7db3c5015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
///