Skip to content

Commit 126aeec

Browse files
committed
Fix build warnings related to pin-project lite
1 parent 7e95d8a commit 126aeec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

git-config/src/file/git_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ impl<'event> GitConfig<'event> {
165165
/// Constructs a `git-config` from the default cascading sequence.
166166
/// This is neither zero-alloc nor zero-copy.
167167
///
168-
/// See https://git-scm.com/docs/git-config#FILES for details.
168+
/// See <https://git-scm.com/docs/git-config#FILES> for details.
169169
pub fn from_env_paths() -> Result<Self, ParserOrIoError<'static>> {
170170
use std::env;
171171

git-packetline/src/encode/async_io.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use futures_lite::AsyncWriteExt;
1010
use super::u16_to_hex;
1111
use crate::{encode::Error, Channel, DELIMITER_LINE, ERR_PREFIX, FLUSH_LINE, MAX_DATA_LEN, RESPONSE_END_LINE};
1212

13-
#[allow(missing_docs)]
1413
pin_project_lite::pin_project! {
1514
/// A way of writing packet lines asynchronously.
1615
pub struct LineWriter<'a, W> {

0 commit comments

Comments
 (0)