Removed id function from diesel models.

It's automaticly declared upon derive identifiable,
And there's no need to overwrite it.
This commit is contained in:
Jordan Petridis
2017-11-18 15:23:40 +02:00
parent 1bf5187e48
commit 494761beaf
9 changed files with 28 additions and 24 deletions
+1
View File
@@ -1,6 +1,7 @@
use gtk;
use gtk::prelude::*;
use gdk_pixbuf::Pixbuf;
use diesel::associations::Identifiable;
use hammond_data::dbqueries;
use hammond_data::models::Podcast;