mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-26 22:53:59 +00:00
remove doctest
This commit is contained in:
parent
5f9309f108
commit
e284706363
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use syn::{Attribute, Ident, Path, Token, Visibility};
|
||||||
///
|
///
|
||||||
/// Current syntax:
|
/// Current syntax:
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```ignore
|
||||||
/// salsa::database_storage! {
|
/// salsa::database_storage! {
|
||||||
/// struct DatabaseStorage for DatabaseStruct {
|
/// struct DatabaseStorage for DatabaseStruct {
|
||||||
/// impl HelloWorldDatabase {
|
/// impl HelloWorldDatabase {
|
||||||
|
|
Loading…
Reference in a new issue