diff options
Diffstat (limited to 'server/bot')
-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; |