simple-server icon indicating copy to clipboard operation
simple-server copied to clipboard

Remove extraneous unwrap()

Open royallthefourth opened this issue 7 years ago • 1 comments

env_logger::init() panics rather than returning an error, so unwrap() causes a compile error here.

royallthefourth avatar Jul 30 '18 19:07 royallthefourth

I had to remove unwrap() in order to compile simple-server.

My dependencies:

simple-server = "0.3.0"
log = "0.4.0"
env_logger = "0.5.13"

mwarning avatar Sep 12 '18 13:09 mwarning