summaryrefslogtreecommitdiff
path: root/shared/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/lib.rs')
-rw-r--r--shared/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/lib.rs b/shared/src/lib.rs
index 11ed2ce..2c26486 100644
--- a/shared/src/lib.rs
+++ b/shared/src/lib.rs
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#![feature(iter_array_chunks, array_try_map)]
+#![feature(iter_array_chunks, array_try_map, debug_closure_helpers)]
pub mod helper;
pub mod packets;