diff --git a/web/src/web.rs b/web/src/web.rs index d6383e0..1957b40 100644 --- a/web/src/web.rs +++ b/web/src/web.rs @@ -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};