]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 23 Sep 2016 22:15:45 +0000 (00:15 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2016 22:15:45 +0000 (00:15 +0200)
commitd56b116e636ec132dd2009a62fea8d3e573f7949
treee100b027e4253c0911ed74c5c290dc2e1de78919
parent677ede26232186a1cd8cbe50a4fe888293458867
parent0c252ffbab586328d7b42cf606a960617fc01ac2
Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis

Fix a variety of minor issues

CSS:
- use integer values for font-size in CSS
- use correct ordering of @import
- "invisible" isn't a tag - presume its a class
- "border-color" defines the complete border

python:
- use "not" instead of == "[]" for python
- prefer triple quoted docstrings
- prefer static functions where possible
- prefer modern style classes where possible
- remove semicolons;

global:
- remove duplicated words words
src/librustc/mir/repr.rs
src/librustc/ty/mod.rs
src/librustc_trans/collector.rs