diff options
Diffstat (limited to 'shared/src/lib.rs')
-rw-r--r-- | shared/src/lib.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/shared/src/lib.rs b/shared/src/lib.rs index 2c26486..e5cf666 100644 --- a/shared/src/lib.rs +++ b/shared/src/lib.rs @@ -14,7 +14,12 @@ 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, debug_closure_helpers)] +#![feature( + iter_array_chunks, + array_try_map, + debug_closure_helpers, + string_from_utf8_lossy_owned +)] pub mod helper; pub mod packets; |