From: Ian Jackson Date: Wed, 14 Oct 2020 01:03:15 +0000 (+0100) Subject: drop an obsolete hunk X-Git-Tag: otter-0.2.0~651 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cb3d57b40231a301fa16080a387b6deecf8f49cc;p=otter.git drop an obsolete hunk Signed-off-by: Ian Jackson --- diff --git a/src/global.rs b/src/global.rs index 7e7dc2fd..cc6c8358 100644 --- a/src/global.rs +++ b/src/global.rs @@ -207,11 +207,6 @@ const PRIVATE_Y : PrivateCaller = PrivateCaller(()); // ========== implementations ========== -/* -impl Borrow for RawToken { - fn borrow(&self) -> &str { &self.0 } -}*/ - impl RawTokenVal { // str is [u8] with a funny hat on, so &str is pointer + byte count. // nomicon says &SomeStruct([T]) is pointer plus number of elements.