mirror of
https://github.com/themasch/nginx-log-parser.git
synced 2025-06-16 00:58:09 +00:00
refactor(FromStr): move from_str to impl FromStr where it belongs.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
extern crate nginx_log_parser;
|
||||
|
||||
use nginx_log_parser::Format;
|
||||
use std::str::FromStr;
|
||||
|
||||
fn main() {
|
||||
let lines = vec![
|
||||
|
Reference in New Issue
Block a user