Skip to content

Commit

Permalink
Fix wrong rustdoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Evian-Zhang committed Aug 5, 2024
1 parent 32fdf30 commit 4ac80f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../docs/README.md")]
#![doc = include_str!("../docs/en/src/README.md")]
#![no_std]
#![feature(asm_goto)]
#![feature(asm_const)]
Expand Down

0 comments on commit 4ac80f6

Please sign in to comment.