FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Get rid of allow(dead_code) #10

Closed FuzzyNovaGoblin closed 1 year ago

FuzzyNovaGoblin commented 1 year ago

#![allow(dead_code)] is used at the top of fender crate, remove this before publishing