aschampion / schemer

A database schema migration library with DAG dependencies
Apache License 2.0
6 stars 4 forks source link

Use of `std` in migration! macro #9

Closed aschampion closed 6 years ago

aschampion commented 6 years ago

For some reason this causes "Use of undeclared type or module std" errors when used from other crates, unless they explicitly use std;.