diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-27 16:02:25 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-27 16:02:25 +0100 |
commit | f722b8f893526c10948ca4fbb2f5d1a1dfc8edc0 (patch) | |
tree | 5653ac99a300f43e977cd88aa2ba6aa396604636 /server/bot/src/lib.rs | |
parent | 897ed6e3df0727f838da034a3dae298a9162fc42 (diff) | |
download | hurrycurry-f722b8f893526c10948ca4fbb2f5d1a1dfc8edc0.tar hurrycurry-f722b8f893526c10948ca4fbb2f5d1a1dfc8edc0.tar.bz2 hurrycurry-f722b8f893526c10948ca4fbb2f5d1a1dfc8edc0.tar.zst |
Remove feature declaration for isqrt that has become stablev2.2.1
Diffstat (limited to 'server/bot/src/lib.rs')
-rw-r--r-- | server/bot/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/bot/src/lib.rs b/server/bot/src/lib.rs index ce8ac8f2..97b3e3e2 100644 --- a/server/bot/src/lib.rs +++ b/server/bot/src/lib.rs @@ -15,7 +15,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#![feature(isqrt)] pub mod algos; pub mod pathfinding; |