Merge #174 174: Remove extern crate statement r=torfmaster a=torfmaster # Summary This PR removes the now unecessary `extern crate` statement inside the proc macro. The necessity to use this has been removed in 1.42.0 compiler version. Co-authored-by: torfmaster <briefe@kebes.de>