Skip to content

Conversation

Wandalen
Copy link
Contributor

No description provided.

Copy link
Contributor

@jgarzik jgarzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done on the dependencies. Only minor comments for now.

users/Cargo.toml Outdated
chrono.workspace = true
syslog = "6.1"
thiserror = "1.0.63"
binrw = "0.14.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove micro version in deps. e.g. "1.0" rather than "1.0.63"

users/talk.rs Outdated

extern crate clap;
extern crate gettextrs;
extern crate plib;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extern crate no longer needed.

users/talk.rs Outdated
Ok(())
}

fn main() -> Result<(), Box<dyn std::error::Error>> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main should always be the last function in the program.

@Wandalen Wandalen marked this pull request as draft September 27, 2024 15:27
@Wandalen Wandalen marked this pull request as ready for review September 27, 2024 16:17
@Wandalen
Copy link
Contributor Author

@jgarzik done

@jgarzik jgarzik merged commit 52cc89e into rustcoreutils:main Sep 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants