File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: f099359cfa0cb8abf500df8e4ba1f8054b97416e
5
+ refs/heads/try: d85e48840d5a0a49ae3e6c87e69105443f20a7a7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ unsafe fn position<T>(buf: *T, f: fn(T) -> bool) -> uint {
68
68
#[ inline( always) ]
69
69
pure fn null < T > ( ) -> * T unsafe { ret unsafe:: reinterpret_cast ( 0 u ) ; }
70
70
71
- #[ doc = "Returns true if the pointer is equal to the null pointer" ]
71
+ #[ doc = "Returns true if the pointer is equal to the null pointer. " ]
72
72
pure fn is_null < T > ( ptr : * const T ) -> bool { ptr == null ( ) }
73
73
74
- #[ doc = "Returns true if the pointer is not equal to the null pointer" ]
74
+ #[ doc = "Returns true if the pointer is not equal to the null pointer. " ]
75
75
pure fn is_not_null < T > ( ptr : * const T ) -> bool { !is_null ( ptr) }
76
76
77
77
#[ doc = "
You can’t perform that action at this time.
0 commit comments