Skip to content

Commit

Permalink
[docs] Fix missing doc link in TryFromBytes (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Nov 28, 2023
1 parent 9e966a2 commit 7b98c7f
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
Expand Up @@ -1113,7 +1113,7 @@ pub use zerocopy_derive::FromZeroes;
///
/// [undefined behavior]: https://raphlinus.github.io/programming/rust/2018/08/17/undefined-behavior.html
/// [github-repo]: https://github.com/google/zerocopy
/// [`try_from_ref`]: #
/// [`try_from_ref`]: TryFromBytes::try_from_ref
// TODO(#5): Update `try_from_ref` doc link once it exists
#[doc(hidden)]
pub unsafe trait TryFromBytes {
Expand Down

0 comments on commit 7b98c7f

Please sign in to comment.