We do not need to disable non_snake_case warnings anymore

This commit is contained in:
Jeremy Wall 2022-01-25 20:51:06 -05:00
parent a83923266a
commit edf85edfc5

View File

@ -11,8 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![allow(non_snake_case)]
use crate::console_log;
use reqwasm::http;
use sycamore::context::{use_context, ContextProvider, ContextProviderProps};