Expand description
This module contains the implementation of the #[autodiff]
attribute.
Currently our linter isn’t smart enough to see that each import is used in one of the two
configs (autodiff enabled or disabled), so we have to add cfg’s to each import.
FIXME(ZuseZ4): Remove this once we have a smarter linter.