File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- The format is based on [ Keep a Changelog] ( http ://keepachangelog.com/)
6- and this project adheres to [ Semantic Versioning] ( http ://semver.org/) .
5+ The format is based on [ Keep a Changelog] ( https ://keepachangelog.com/)
6+ and this project adheres to [ Semantic Versioning] ( https ://semver.org/) .
77
88## [ Unreleased]
99
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ this pre-generates seeds at compile time and embeds them as constants. See [aHas
114114
115115Licensed under either of:
116116
117- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http ://www.apache.org/licenses/LICENSE-2.0 )
118- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http ://opensource.org/licenses/MIT )
117+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https ://www.apache.org/licenses/LICENSE-2.0 )
118+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https ://opensource.org/licenses/MIT )
119119
120120at your option.
121121
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ impl Group {
105105 #[ inline]
106106 pub fn match_byte ( self , byte : u8 ) -> BitMask {
107107 // This algorithm is derived from
108- // http ://graphics.stanford.edu/~seander/bithacks.html##ValueInWord
108+ // https ://graphics.stanford.edu/~seander/bithacks.html##ValueInWord
109109 let cmp = self . 0 ^ repeat ( byte) ;
110110 BitMask ( ( cmp. wrapping_sub ( repeat ( 0x01 ) ) & !cmp & repeat ( 0x80 ) ) . to_le ( ) )
111111 }
You can’t perform that action at this time.
0 commit comments