about summary refs log tree commit diff stats
path: root/src/user.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy lintsBen Morrison2020-05-261-2/+0
|
* logging changes:Ben Morrison2020-05-261-2/+2
| | | | | | | | | | Rather than using a new logfile for each invocation, a single logfile called `/tmp/clinte_$USER.log` will be used, with later invocations appending to the previous messages. Also removed some unnecessary `use` statements relating to the `log` crate and its macros. Leaving the macro calls namespaced to `log::` makes it clearer what the behavior is.
* getting user name at single locationBen Morrison2019-09-041-0/+8