mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-18 20:54:29 -04:00
Fix docs indentation (#347)
This commit is contained in:
committed by
Sean McArthur
parent
64064ac3eb
commit
fd7499ab0b
+1
-1
@@ -3283,7 +3283,7 @@ mod as_header_name {
|
||||
use super::{Entry, HdrName, HeaderMap, HeaderName, InvalidHeaderName};
|
||||
|
||||
/// A marker trait used to identify values that can be used as search keys
|
||||
/// to a `HeaderMap`.
|
||||
/// to a `HeaderMap`.
|
||||
pub trait AsHeaderName: Sealed {}
|
||||
|
||||
// All methods are on this pub(super) trait, instead of `AsHeaderName`,
|
||||
|
||||
Reference in New Issue
Block a user