aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-08-10 17:47:26 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-08-10 17:47:26 +0200
commit0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1 (patch)
tree94635ff12eff589dd8dc026e5f60e450233b7312
parent0f03545b3c928fe209193c660dd550c33ae453a3 (diff)
downloadramaskrik-social-0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1.tar.gz
ramaskrik-social-0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1.tar.bz2
ramaskrik-social-0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1.zip
Drop attribute no longer needed from lib.
Feature has been stabilized so no need to explicitly enable it anymore.
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d861aaf..c836273 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, uniform_paths)]
+#![feature(proc_macro_hygiene, decl_macro)]
#[macro_use] extern crate diesel;