Skip to content

Commit 885aa42

Browse files
pietroalbinijplatte
authored andcommitted
link: move from disabled to common
1 parent 796dce8 commit 885aa42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/common/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub use self::if_range::IfRange;
4545
pub use self::if_unmodified_since::IfUnmodifiedSince;
4646
//pub use self::last_event_id::LastEventId;
4747
pub use self::last_modified::LastModified;
48-
//pub use self::link::{Link, LinkValue, RelationType, MediaDesc};
48+
pub use self::link::{Link, LinkValue, RelationType, MediaDesc};
4949
pub use self::location::Location;
5050
pub use self::origin::Origin;
5151
pub use self::pragma::Pragma;
@@ -165,7 +165,7 @@ mod if_range;
165165
mod if_unmodified_since;
166166
//mod last_event_id;
167167
mod last_modified;
168-
//mod link;
168+
mod link;
169169
mod location;
170170
mod origin;
171171
mod pragma;

0 commit comments

Comments
 (0)