Skip to content

Don't use default-features on dependencies

Christopher Serr requested to merge CryZe/rusttype:no-default-features into master

This reduces the compile time, ensures that depending crates don't get features forced onto them that they don't need / want / can't have and works around a cargo bug around features.

Merge request reports