mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix the link
This commit is contained in:
parent
a423ae1b25
commit
07afbe1ce7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mod tests;
|
||||||
|
|
||||||
/// Attribute used to declare a RTIC application
|
/// Attribute used to declare a RTIC application
|
||||||
///
|
///
|
||||||
/// For user documentation see the [RTIC book](rtic.rs)
|
/// For user documentation see the [RTIC book](https://rtic.rs)
|
||||||
|
|
||||||
#[proc_macro_attribute]
|
#[proc_macro_attribute]
|
||||||
pub fn app(args: TokenStream, input: TokenStream) -> TokenStream {
|
pub fn app(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||||
|
|
Loading…
Reference in a new issue