Skip to content

Commit 54d1ab1

Browse files
committed
add RealStr
1 parent 148595a commit 54d1ab1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

diesel/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ pub use diesel_derives::*;
186186
#[doc(hidden)]
187187
pub type RealBool = bool;
188188

189+
#[doc(hidden)]
190+
pub type RealStr = &'static str;
191+
189192
pub mod dsl {
190193
//! Includes various helper types and bare functions which are named too
191194
//! generically to be included in prelude, but are often used when using Diesel.

0 commit comments

Comments
 (0)