diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-06-10 23:18:23 +0530 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-06-10 23:18:23 +0530 |
commit | fc4914656cd4d3bd1a86e44847c75a3ce0311a23 (patch) | |
tree | d06c33a66fe5115b4e65c7617bff377c4e0a86a2 /src/lib.rs | |
parent | a078d9ce97de9f0a18f9eb7c91523adce060c968 (diff) |
as_chunks is stablized.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,3 +1,2 @@ -#![feature(slice_as_chunks)] pub mod statemachine; pub mod vrrpv2; |