Wrap code indicated by the "_" in documentation as suggested by rustdoc best practices
Signed-off-by: Victor Porof <vporof@mozilla.com>
This commit is contained in:
parent
17bc85fe27
commit
4b2c7870c0
1 changed files with 2 additions and 2 deletions
|
@ -374,10 +374,10 @@ fn test_map() {
|
|||
assert!(map("#{1 #{2 nil} \"hi\"").is_err());
|
||||
}
|
||||
|
||||
/// The test_query_* functions contain the queries taken from the old Clojure implementation of Mentat.
|
||||
/// The `test_query_*` functions contain the queries taken from the old Clojure implementation of Mentat.
|
||||
/// 2 changes have been applied, which should be checked and maybe fixed
|
||||
/// TODO: Decide if these queries should be placed in a vector wrapper. Is that implied?
|
||||
/// Secondly, see note in test_query_starred_pages on the use of '
|
||||
/// Secondly, see note in `test_query_starred_pages` on the use of '
|
||||
#[test]
|
||||
fn test_query_active_sessions() {
|
||||
let test = "[
|
||||
|
|
Loading…
Reference in a new issue