We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0229e1e commit ad9ca16Copy full SHA for ad9ca16
sqlx-core/src/config/common.rs
@@ -78,7 +78,7 @@ pub struct Drivers {
78
pub struct SQLite {
79
/// Specify extensions to load.
80
///
81
- /// ### Example: Load the "uuid" and "vsv" extensions
+ /// # Example: Load the "uuid" and "vsv" extensions
82
/// `sqlx.toml`:
83
/// ```toml
84
/// [common.drivers.sqlite]
0 commit comments