Skip to content

Commit

Permalink
Fixup rustdoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Dec 6, 2023
1 parent 65bd6f1 commit 797c26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/copyless.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Trimmed down version of copyless v0.1.5: https://github.com/kvark/copyless
//! Trimmed down version of copyless v0.1.5: <https://github.com/kvark/copyless>
/// A typesafe helper that separates new value construction from
/// vector growing, allowing LLVM to ideally construct the element in place.
Expand Down
6 changes: 2 additions & 4 deletions src/text/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
//! See the top level module documentation for an overview that includes parsing
//! and deserializing text.
//!
//! For more examples of the mid-level DOM-like API, see
//! [FieldGroupsIter](crate::text::FieldGroupsIter),
//! [FieldsIter](crate::text::FieldsIter), and
//! [ValuesIter](crate::text::ValuesIter)
//! For more examples of the mid-level DOM-like API, see [FieldGroupsIter],
//! [FieldsIter], and [ValuesIter]
/// text deserialization
#[cfg(feature = "derive")]
Expand Down

0 comments on commit 797c26e

Please sign in to comment.