Skip to content
Snippets Groups Projects
Commit 1ba5266b authored by Geoffry Song's avatar Geoffry Song Committed by Carl Lerche
Browse files

Put type names in `backticks`. (#212)

I noticed that the bare `[u8]` made rustdoc nightly unhappy.
parent 83f68a01
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
//! using a reference count to track when the memory is no longer needed and can //! using a reference count to track when the memory is no longer needed and can
//! be freed. //! be freed.
//! //!
//! A `Bytes` handle can be created directly from an existing byte store (such as &[u8] //! A `Bytes` handle can be created directly from an existing byte store (such as `&[u8]`
//! or Vec<u8>), but usually a `BytesMut` is used first and written to. For //! or `Vec<u8>`), but usually a `BytesMut` is used first and written to. For
//! example: //! example:
//! //!
//! ```rust //! ```rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment