summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-27 16:02:25 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-27 16:02:25 +0100
commitf722b8f893526c10948ca4fbb2f5d1a1dfc8edc0 (patch)
tree5653ac99a300f43e977cd88aa2ba6aa396604636
parent897ed6e3df0727f838da034a3dae298a9162fc42 (diff)
downloadhurrycurry-2.2.1.tar
hurrycurry-2.2.1.tar.bz2
hurrycurry-2.2.1.tar.zst
Remove feature declaration for isqrt that has become stablev2.2.1
-rw-r--r--server/bot/src/lib.rs1
-rw-r--r--server/src/lib.rs1
2 files changed, 0 insertions, 2 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;
diff --git a/server/src/lib.rs b/server/src/lib.rs
index 5c7665c0..9fba35ce 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -20,7 +20,6 @@
map_many_mut,
let_chains,
iterator_try_collect,
- isqrt,
trait_upcasting,
stmt_expr_attributes
)]