diff options
| author | KunoiSayami <[email protected]> | 2021-05-10 19:23:14 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-10 19:23:14 +0800 |
| commit | 096186b2ca129d83b1041a2a9226d5a7fba0226b (patch) | |
| tree | ee9739a4c324626b8130b7a003cd0860947f160f /src/database.rs | |
| parent | baeb888db8a12181f38499560b30c0a84ec9982e (diff) | |
style(core): Address cargo fmt
Diffstat (limited to 'src/database.rs')
| -rw-r--r-- | src/database.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.rs b/src/database.rs index eceec98..e620241 100644 --- a/src/database.rs +++ b/src/database.rs @@ -17,7 +17,7 @@ ** 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/>. */ -#[deprecated(since = "0.3.0", note = "Please use v2 instead")] +#[deprecated(since = "0.3.0", note = "Please use v2 instead")] #[allow(dead_code)] pub mod v1 { pub const CREATE_TABLES: &str = r#" |
