Files
book/redirects/attributes.md
Carol (Nichols || Goulding) 2978109297 Merge pull request #1644 from psincf/patch-2
Fix chapter number in "Attributes" redirection
2018-12-12 22:29:00 -05:00

535 B

% Attributes

There is a new edition of the book and this is an old link.

Any item declaration may have an attribute applied to it.

// A function marked as a unit test
#[test]
fn test_foo() {
    /* ... */
}

Here are the relevant sections in the new and old books: