From ce3251985bcba81465895e51ec5c65707b5c0a7f Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 27 Feb 2022 17:09:38 -0800 Subject: [PATCH] Remove example comment from main.rs --- src/main.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main.rs b/src/main.rs index e111810..448f5c9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,13 +1,3 @@ -//! Requires the 'framework' feature flag be enabled in your project's -//! `Cargo.toml`. -//! -//! This can be enabled by specifying the feature in the dependency section: -//! -//! ```toml -//! [dependencies.serenity] -//! git = "https://github.com/serenity-rs/serenity.git" -//! features = ["framework", "standard_framework"] -//! ``` mod commands; mod utils;