Added back accidentally removed block

This commit is contained in:
Emil Fresk 2020-10-05 20:19:52 +02:00
parent 44f26fe90c
commit 8ab7be9871
2 changed files with 7 additions and 2 deletions

View file

@ -35,8 +35,7 @@ mod tests;
///
/// The items allowed in the module block are specified below:
///
/// # 1. `#[resources]
/// struct <resource-name>`
/// # 1. `#[resources] struct <resource-name>`
///
/// This structure contains the declaration of all the resources used by the application. Each field
/// in this structure corresponds to a different resource. Each resource may optionally be given an