We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83466f commit 457a412Copy full SHA for 457a412
src/cache/mod.rs
@@ -90,12 +90,6 @@ impl Cache {
90
));
91
}
92
93
- if p.locked {
94
- return Err(Error::FeatureError(
95
- "Not support premium question for now".to_string(),
96
- ));
97
- }
98
-
99
Ok(p)
100
101
@@ -129,12 +123,6 @@ impl Cache {
129
123
130
124
131
125
132
- if target.locked {
133
134
135
136
137
138
126
let mut rdesc = Question::default();
139
127
if !target.desc.is_empty() {
140
128
rdesc = serde_json::from_str(&target.desc)?;
0 commit comments