diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-08-10 17:47:26 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-08-10 17:47:26 +0200 |
commit | 0e2dff9c9876a1cf9703fb53b5873cf8862ee8d1 (patch) | |
tree | 94635ff12eff589dd8dc026e5f60e450233b7312 /src | |
parent | 0f03545b3c928fe209193c660dd550c33ae453a3 (diff) | |
download | ramaskrik-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |