mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
delete comment
This commit is contained in:
@@ -89,8 +89,6 @@ struct TimelineTreeEl {
|
||||
fn main() -> Result<()> {
|
||||
let matches = cli().get_matches();
|
||||
|
||||
std::fs::write("alek/neon_local", "Ihavearrived")?;
|
||||
|
||||
let (sub_name, sub_args) = match matches.subcommand() {
|
||||
Some(subcommand_data) => subcommand_data,
|
||||
None => bail!("no subcommand provided"),
|
||||
|
||||
Reference in New Issue
Block a user