Update crate attribute.

This commit is contained in:
Luqman Aden 2014-05-12 21:09:16 -04:00
parent 2a1ae1348c
commit d85dba915f

View file

@ -12,9 +12,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[feature(globs)]; #![feature(globs)]
#[feature(globs)];
extern crate cgmath; extern crate cgmath;
extern crate test; extern crate test;