]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7580 - alexcrichton:less-unwrap, r=ehuss
authorbors <bors@rust-lang.org>
Mon, 11 Nov 2019 23:17:05 +0000 (23:17 +0000)
committerbors <bors@rust-lang.org>
Mon, 11 Nov 2019 23:17:05 +0000 (23:17 +0000)
commit8280633db680dec5bfe1de25156d1a1d53e6d190
treed80ce872af4961dd6011a78ac7219cf41b322ee9
parent1292915a9957ed8a453cbf24780972904b649ddb
parent540fb9dd833c9f7651d84e9ff5e3ef530ed7b014
Auto merge of #7580 - alexcrichton:less-unwrap, r=ehuss

Don't panic when parsing `/proc/stat`

Use more robust error handling than `.unwrap()`!

Closes #7577