revert: purge client auth from main branch. it needs to reconsider...
This commit is contained in:
parent
8f7f9d4257
commit
ddf4afbf4b
4 changed files with 8 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ impl PathNameBytesExp {
|
|||
where
|
||||
I: std::slice::SliceIndex<[u8]>,
|
||||
{
|
||||
(&self.0).get(index)
|
||||
self.0.get(index)
|
||||
}
|
||||
pub fn starts_with(&self, needle: &Self) -> bool {
|
||||
self.0.starts_with(&needle.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue