aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-04-08 16:25:54 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-04-08 16:25:54 +0200
commit30f65b62e84fcd9975643716d61fa21bc8495291 (patch)
tree28839044ab6acac3d94f0b0280c036b16d3bfddf /src/lib.rs
parentad0e585abed7a189b6117e9187c9afff809d1414 (diff)
downloadramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.tar.gz
ramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.tar.bz2
ramaskrik-social-30f65b62e84fcd9975643716d61fa21bc8495291.zip
Import model structs to main models module.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6554e7c..9ae797d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#![feature(proc_macro_hygiene, decl_macro)]
+#![feature(proc_macro_hygiene, decl_macro, uniform_paths)]
#[macro_use] extern crate diesel;