mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-09 09:07:11 +00:00
Fix 'cargo docs' warnings
This commit is contained in:
parent
def0cb23cb
commit
00a5b24c21
@ -16,7 +16,7 @@ pub(crate) trait Char: Copy + Eq + Ord + fmt::Display {
|
||||
fn normalize(self, config: &MatcherConfig) -> Self;
|
||||
}
|
||||
|
||||
/// repr tansparent wrapper around u8 with better formatting and PartialEq<char> implementation
|
||||
/// repr tansparent wrapper around u8 with better formatting and `PartialEq<char>` implementation
|
||||
#[repr(transparent)]
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Copy)]
|
||||
pub(crate) struct AsciiChar(pub u8);
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! Adapted from the `boxcar` crate at https://github.com/ibraheemdev/boxcar/blob/master/src/raw.rs
|
||||
//! Adapted from the `boxcar` crate at <https://github.com/ibraheemdev/boxcar/blob/master/src/raw.rs>
|
||||
//! under MIT licenes:
|
||||
//!
|
||||
//! Copyright (c) 2022 Ibraheem Ahmed
|
||||
|
Loading…
Reference in New Issue
Block a user