mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
Update lib.rs
This commit is contained in:
parent
132877c833
commit
0969fd3ab5
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ pub async fn start_lemmy_server(args: CmdArgs) -> LemmyResult<()> {
|
||||||
// Print version number to log
|
// Print version number to log
|
||||||
println!("Lemmy v{VERSION}");
|
println!("Lemmy v{VERSION}");
|
||||||
|
|
||||||
// todo test
|
|
||||||
if let Some(CmdSubcommand::Migration {
|
if let Some(CmdSubcommand::Migration {
|
||||||
subcommand,
|
subcommand,
|
||||||
all,
|
all,
|
||||||
|
|
Loading…
Reference in a new issue