From 51e6e9f76177a116fbfd81d429cd247edab728e2 Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 11 Jul 2019 19:31:14 -0400 Subject: [PATCH] update readme example for 2018 edition rust --- LICENSE | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d1f01c8..b9da76b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2017 Doug Tangren +Copyright (c) 2015-2019 Doug Tangren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 5ce32d1..cd85593 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ atty = "0.2" ## usage ```rust -extern crate atty; - use atty::Stream; fn main() { @@ -73,4 +71,4 @@ stderr? false stdin? true ``` -Doug Tangren (softprops) 2015-2017 +Doug Tangren (softprops) 2015-2019