Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upOur core CRUD functions should be in a more convenient namespace #93
Comments
sgrif
closed this
in
963222f
Jan 13, 2016
pushed a commit
to tomhoule/diesel
that referenced
this issue
Jan 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 13, 2016
I basically want to write
diesel::insert(&foo).into(bar). This means that we need to stop recommending importingdiesel::*, and instead move most of our traits intodiesel::prelude::*